DataCollection | ComponentOne
C1.DataCollection.EntityFrameworkCore Assembly / C1.DataCollection.EntityFrameworkCore Namespace / C1EntityFrameworkCoreVirtualDataCollectionBase<T> Class / ConnectAsync Method
The cancellation token.

In This Topic
    ConnectAsync Method (C1EntityFrameworkCoreVirtualDataCollectionBase<T>)
    In This Topic
    Connects the collection to the source.
    Syntax
    'Declaration
     
    Public Function ConnectAsync( _
       Optional ByVal cancellationToken As CancellationToken _
    ) As Task
    public Task ConnectAsync( 
       CancellationToken cancellationToken
    )

    Parameters

    cancellationToken
    The cancellation token.
    See Also